#PHP
php_value max_execution_time 30
php_flag register_globals on
php_flag display_errors on

php_value post_max_size 16M
php_value upload_max_filesize 16M
php_flag file_uploads on

#Indexes
Options +Indexes
AddType application/x-httpd-php .html .htm
php_flag engine on

#errors
ErrorDocument 404 /error404.html
ErrorDocument 403 /error403.html
ErrorDocument 500 /error500.html